From 40981c4fe033c587c9f733b5b260a6357a9a7327 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 10 Sep 2015 00:37:32 +0100 Subject: [PATCH] ITS#8240 remove obsolete assert Gbp-Pq: Name ITS8240-remove-obsolete-assert.patch --- libraries/liblber/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index 85c3e23e..c05dcf84 100644 --- a/libraries/liblber/io.c +++ b/libraries/liblber/io.c @@ -679,7 +679,7 @@ done: return (ber->ber_tag); } - assert( 0 ); /* ber structure is messed up ?*/ + /* invalid input */ return LBER_DEFAULT; } -- 2.30.2